home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10068 < prev    next >
Text File  |  2001-10-26  |  287b  |  11 lines

  1. dialog(name: '$$$/Dialogs/OpenAsPDF')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         radio(item_id: 'rad2', name: '$$$/Dialogs/OpenAsPDF/OpenAsPDFDoc');
  6.         radio(item_id: 'rad1', name: '$$$/Dialogs/OpenAsPDF/AppendToCurrentDoc');
  7.         gap(height: gStaticTextHeight);
  8.         ok_cancel();
  9.     }
  10. }
  11.